Add driver to use the kernel's xenbus connection from user-space.
authorcl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>
Sat, 3 Sep 2005 16:52:12 +0000 (16:52 +0000)
committercl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>
Sat, 3 Sep 2005 16:52:12 +0000 (16:52 +0000)
commitb8ea6055008b3be846fb2b0301713d18539ee5b0
tree8e001f52c72b9622060ea1c1ad6bcf7b7dcb8539
parent4656b11c4cb09f56875ddc150b99000a489b969e
Add driver to use the kernel's xenbus connection from user-space.
The driver exports xs_talkv to user-space, allowing programs running in
the domain to use the kernel's xenbus connection.  Intended use is driver
domain device configuration where the driver domain is not the domain
running xenstored.
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
linux-2.6-xen-sparse/drivers/xen/xenbus/Makefile
linux-2.6-xen-sparse/drivers/xen/xenbus/xenbus_dev.c [new file with mode: 0644]
linux-2.6-xen-sparse/drivers/xen/xenbus/xenbus_xs.c
linux-2.6-xen-sparse/include/asm-xen/linux-public/xenbus_dev.h [new file with mode: 0644]